use gtk_container_forall, instead of gtk_container_foreach(). Makes
authorKristian Rietveld <kris@imendio.com>
Tue, 10 Jul 2007 17:47:10 +0000 (17:47 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Tue, 10 Jul 2007 17:47:10 +0000 (17:47 +0000)
commit75d9d02b7266b86305051c887651c3dfbb669018
tree5fd4f283c15ca7217b0eaa1dd1a189f7bd0dc876
parent94cfbbfa152e28b9e163d1290c58961cc892f9c3
use gtk_container_forall, instead of gtk_container_foreach(). Makes

2007-07-10  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktooltip.c (find_widget_under_pointer),
(child_location_foreach): use gtk_container_forall, instead of
gtk_container_foreach().  Makes tooltips on notebook tabs work. (Fixes
bug reported by Christian Persch).

svn path=/trunk/; revision=18436
ChangeLog
gtk/gtktooltip.c